home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Synchronized Media.dir / Scripts_33.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  212 b   |  7 lines

  1. on exitFrame
  2.   if the mostRecentCuePoint of sprite(20) <> 0 then
  3.     set the text of member "subtitle" to getAt(the cuePointNames of sprite(20), the mostRecentCuePoint of sprite(20))
  4.   end if
  5.   go(the frame)
  6. end
  7.